func runtime.itabHashFunc

3 uses

	runtime (current package)
		iface.go#L29: func itabHashFunc(inter *interfacetype, typ *_type) uintptr {
		iface.go#L102: 	h := itabHashFunc(inter, typ) & mask
		iface.go#L163: 	h := itabHashFunc(m.inter, m._type) & mask